home *** CD-ROM | disk | FTP | other *** search
/ Champak 123 / (Vol 123) Jan 13 2011.iso / Games / bread-cooking.swf / scripts / DefineSprite_47 / frame_1 / DoAction.as
Text File  |  2011-01-13  |  149b  |  12 lines

  1. function pack_in()
  2. {
  3.    _root.score += 10;
  4.    this.play();
  5.    if(_root.score < 100)
  6.    {
  7.       return 0;
  8.    }
  9.    return 1;
  10. }
  11. this.stop();
  12.